home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / quiz.swf / scripts / DefineButton2_35 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2003-10-12  |  273b  |  8 lines

  1. on(rollOver){
  2.    _parent["answer" + _parent._parent.selectedOne].highlight_mc._visible = 0;
  3.    highlight_mc._visible = 1;
  4.    textColor = new Color("answer");
  5.    textColor.setRGB(16777215);
  6.    _parent._parent.processCaption(_parent._parent.whichVariable,this.num);
  7. }
  8.